PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / getTextIndent Method
In This Topic
    getTextIndent Method
    In This Topic
    Gets the text indent.
    A negative value shall indicate a hanging indent.
    Syntax
    public double getTextIndent()

    Return Value

    The additional distance, measured in default user space units in the inline-progression direction, from the start edge of the block, as specified by setStartIndent, to that of the first line of text.
    See Also